home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / chgtext < prev    next >
Text File  |  1991-11-22  |  2KB  |  56 lines

  1.  
  2.    5.9.3 CHANGE TEXT
  3.  
  4.  
  5. The CHANGE TEXT command can be used to change the parameters for existing
  6. text entities or to edit the text string for existing text entities.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #CHANGE TEXT modifiers :Ent x1 x2 ... xn
  12.  
  13. The command will act on all of the entities selected via IDENTS. If the
  14. PARAMETERS option is used to alter text parameters, then dimension as well
  15. as text entities can be identified.
  16.  
  17.  
  18.    MODIFIERS
  19.  
  20. EDIT           The EDIT modifier is used to specify that the required action
  21.                is to edit the string for a text entity. When the required
  22.                entities have been identified, a series of requesters will
  23.                appear; one for each entity. The requester contains a string
  24.                gadget displaying the current string for the text entity,
  25.                plus three gadgets labelled OK, CANCEL and QUIT.
  26.  
  27.                The string gadget is used to edit the actual string. Move the
  28.                cursor to a position anywhere in the box and click the left
  29.                mouse button, this will make the string gadget active. The
  30.                cusor position in the box can then be moved left and right by
  31.                using the arrow keys, characters can be inserted by simply
  32.                typing them, and characters can be deleted by using the del
  33.                and backspace keys. To add a return character, control-r
  34.                must be used, as just typing a return will disable the string
  35.                gadget.
  36.  
  37.                When the edit has been made, clicking the OK gadget will
  38.                update the text entity graphics and move on to the next
  39.                text entity.
  40.  
  41.                If the CANCEL gadget is used, the current text entity will
  42.                not be updated, but the command will move on to the next
  43.                entity.
  44.  
  45.                The QUIT gadget is used to cancel any current edit and also
  46.                quit the command.
  47.  
  48. PARAMETERS     The PARAMETERS modifier is used to enter a further family
  49.                of modifiers used to change the text parameters and
  50.                appearance.
  51.  
  52.                See the documentation for the command DRAW TEXT for a full
  53.                description of the modifiers used to control text parameters.
  54.  
  55.  
  56.